From: Nick Roberts Date: Wed, 14 Apr 2004 20:03:42 +0000 (+0000) Subject: (Fget_lru_window): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23193 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7f6bd5eaa45b284669592182d1a2160be7066ca5;p=emacs.git (Fget_lru_window): Doc fix. --- diff --git a/src/window.c b/src/window.c index 626de53e21e..9f0bbaff093 100644 --- a/src/window.c +++ b/src/window.c @@ -2078,6 +2078,7 @@ check_all_windows () DEFUN ("get-lru-window", Fget_lru_window, Sget_lru_window, 0, 1, 0, doc: /* Return the window least recently selected or used for display. +Return a full-width window if possible. If optional argument FRAME is `visible', search all visible frames. If FRAME is 0, search all visible and iconified frames. If FRAME is t, search all frames.